home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2001 October / macformat-108.iso / Shareware / Word processing / MMKEdit2.0 / tool / CSS / 0 New Document⁄0
Encoding:
Text File  |  2000-05-14  |  298 b   |  25 lines  |  [TEXT/MMKE]

  1. BODY    {                    
  2.     background-color:white;            
  3.     font-style:normal;            
  4.     font-weight:normal;            
  5.     font-size:12pt;                
  6.     text-align:left;            
  7.     text-indent:0pt;            
  8.     color:black;                
  9.     margin:5px 5px;                
  10.     }
  11.  
  12. A:link    {
  13.     color:#3333ff;                
  14.     }
  15.  
  16. A:visited    {
  17.     color:#006600;                
  18.     }
  19.  
  20. A:active    {
  21.     color:#ff9933;                
  22.     }
  23.  
  24.  
  25.